Re: [PATCH 2/2] ethtool: RXHASH flag support
From: Jeff Garzik <hidden>
Date: 2010-03-30 17:37:17
From: Jeff Garzik <hidden>
Date: 2010-03-30 17:37:17
On 03/30/2010 01:32 PM, Stephen Hemminger wrote:
On Tue, 30 Mar 2010 13:29:01 -0400 Jeff Garzik[off-list ref] wrote:quoted
By blindly sync'ing the ethtool.h header, ETHTOOL_MAX_NTUPLE_LIST_ENTRY and its sibling ETHTOOL_MAX_NTUPLE_STRING_PER_ENTRY were removed, breaking the ethtool build.In the patch I moved it to ethtool.c to have local entries. I believe that all cloned headers should only come from the result of kernel "make install_headers". Not locally different vrsions.
There is nothing locally different about ethtool-copy.h. Jeff