DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] implement new Rx checksum flag
@ 2016-08-25 17:48 Xiao Wang
  2016-08-25 17:48 ` [dpdk-dev] [PATCH 1/5] net/fm10k: add back Rx checksum offload Xiao Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Xiao Wang @ 2016-08-25 17:48 UTC (permalink / raw)
  To: jing.d.chen, olivier.matz; +Cc: dev, Xiao Wang

Following http://dpdk.org/dev/patchwork/patch/14941/, this patch set
implements newly defined Rx checksum flag for igb, ixgbe, i40e and fm10k.

Currently, fm10k supports Rx checksum offload in both scalar and vector
pmd, while the other three don't, this patch set keeps the situation.

This patch set has dependency on the following patch:
"mbuf: add new Rx checksum mbuf flags"
(http://dpdk.org/dev/patchwork/patch/14941/)

Xiao Wang (5):
  net/fm10k: add back Rx checksum offload
  net/fm10k: implement new Rx checksum flag
  net/e1000: implement new Rx checksum flag
  net/ixgbe: implement new Rx checksum flag
  net/i40e: implement new Rx checksum flag

 drivers/net/e1000/igb_rxtx.c       |  4 +++-
 drivers/net/fm10k/fm10k_rxtx.c     | 14 ++++++++++++++
 drivers/net/fm10k/fm10k_rxtx_vec.c |  7 +++++--
 drivers/net/i40e/i40e_rxtx.c       |  6 ++++++
 drivers/net/ixgbe/ixgbe_rxtx.c     |  4 +++-
 5 files changed, 31 insertions(+), 4 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-08-31  9:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-25 17:48 [dpdk-dev] [PATCH 0/5] implement new Rx checksum flag Xiao Wang
2016-08-25 17:48 ` [dpdk-dev] [PATCH 1/5] net/fm10k: add back Rx checksum offload Xiao Wang
2016-08-26  7:27   ` Olivier Matz
2016-08-31  9:02     ` Wang, Xiao W
2016-08-25 17:48 ` [dpdk-dev] [PATCH 2/5] net/fm10k: implement new Rx checksum flag Xiao Wang
2016-08-29  9:32   ` Chen, Jing D
2016-08-31  8:59     ` Wang, Xiao W
2016-08-25 17:48 ` [dpdk-dev] [PATCH 3/5] net/e1000: " Xiao Wang
2016-08-25 17:48 ` [dpdk-dev] [PATCH 4/5] net/ixgbe: " Xiao Wang
2016-08-26  7:30   ` Olivier Matz
2016-08-31  9:07     ` Wang, Xiao W
2016-08-25 17:48 ` [dpdk-dev] [PATCH 5/5] net/i40e: " Xiao Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).