All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 RFC 0/2] ixgbe: ixgbe_atr() bug fixes
@ 2016-10-17 21:12 ` Sowmini Varadhan
  0 siblings, 0 replies; 14+ messages in thread
From: Sowmini Varadhan @ 2016-10-17 21:12 UTC (permalink / raw)
  To: alexander.h.duyck; +Cc: netdev, intel-wired-lan, Sowmini Varadhan

Two bug fixes:
- ixgbe_atr() should check for protocol == udp in the
  skb->encapsulation case (instead of !=)
- ixgbe_atr() should make sure the non-paged data has the
  needed network/transport header for computing l4_proto.

v3: Alex Duyck comments

Sowmini Varadhan (2):
  ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packets
  ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has
    network/transport headers

 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-10-17 22:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-17 21:12 [PATCH v3 RFC 0/2] ixgbe: ixgbe_atr() bug fixes Sowmini Varadhan
2016-10-17 21:12 ` [Intel-wired-lan] " Sowmini Varadhan
2016-10-17 21:12 ` [PATCH V3 RFC 1/2] ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packets Sowmini Varadhan
2016-10-17 21:12   ` [Intel-wired-lan] " Sowmini Varadhan
2016-10-17 21:12 ` [PATCH V3 RFC 2/2] ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transport headers Sowmini Varadhan
2016-10-17 21:12   ` [Intel-wired-lan] " Sowmini Varadhan
2016-10-17 22:29   ` Alexander Duyck
2016-10-17 22:29     ` Alexander Duyck
2016-10-17 22:37     ` Jeff Kirsher
2016-10-17 22:37       ` Jeff Kirsher
2016-10-17 22:47       ` Sowmini Varadhan
2016-10-17 22:47         ` Sowmini Varadhan
2016-10-17 22:48         ` Jeff Kirsher
2016-10-17 22:48           ` Jeff Kirsher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.