From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Fastabend Date: Thu, 03 Mar 2016 16:29:14 -0800 Subject: [Intel-wired-lan] [net-next] ixgbe: fix error handling in tc cls_u32 offload routines In-Reply-To: <1457047192-17092-1-git-send-email-sridhar.samudrala@intel.com> References: <1457047192-17092-1-git-send-email-sridhar.samudrala@intel.com> Message-ID: <56D8D6DA.7080702@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On 16-03-03 03:42 PM, Jeff Kirsher wrote: > From: "Samudrala, Sridhar" > > Check for handle ids when adding/deleting hash nodes OR adding/deleting > filter entries and limit them to max number of links or header nodes > supported(IXGBE_MAX_LINK_HANDLE). > > Start from bit 0 when setting hash table bit-map.(adapter->tables) > > Signed-off-by: Sridhar Samudrala > --- > > Sending this to the correct mailing list (get_maintainer.pl is your > friend, please use it in the future) > > drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 52 +++++++++++++++++---------- > 1 file changed, 34 insertions(+), 18 deletions(-) > Looks like a good cleanup to me. Acked-by: John Fastabend