mbox

[v3,0/2] fix default RSS field for IP fragment packets

Message ID 20210817084305.183666-1-wenjun1.wu@intel.com (mailing list archive)
Headers

Message

Wenjun Wu Aug. 17, 2021, 8:43 a.m. UTC
  This patch set removes redundant default RSS field for both IPv4 and
IPv6 fragment packets. Only src and dst address are needed.

v3:
* Rework commit log
v2:
* Rework commit log

Wenjun Wu (2):
  net/iavf: fix default RSS field for IP fragment packets
  net/ice: fix default RSS field for IP fragment packets

 drivers/net/iavf/iavf_hash.c | 26 ++------------------------
 drivers/net/ice/ice_ethdev.c |  4 ++--
 2 files changed, 4 insertions(+), 26 deletions(-)