DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] net/sfc: support more features in EF10 Tx
@ 2018-10-05 14:47 Andrew Rybchenko
  2018-10-05 14:47 ` [dpdk-dev] [PATCH 1/3] net/sfc: put generalised TSO declarations in a header Andrew Rybchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrew Rybchenko @ 2018-10-05 14:47 UTC (permalink / raw)
  To: dev

There are few warnings generated by the checkpatches.sh due to
positive errno used inside the driver.

Igor Romanov (3):
  net/sfc: put generalised TSO declarations in a header
  net/sfc: support TSO in EF10 Tx datapath
  net/sfc: support Tx descriptor status on EF10 datapath

 doc/guides/nics/sfc_efx.rst            |   3 +-
 doc/guides/rel_notes/release_18_11.rst |   3 +
 drivers/net/sfc/sfc_dp_tx.h            |   5 +
 drivers/net/sfc/sfc_ef10_tx.c          | 364 ++++++++++++++++++++++++-
 drivers/net/sfc/sfc_tso.c              |  25 +-
 drivers/net/sfc/sfc_tso.h              |  23 ++
 drivers/net/sfc/sfc_tx.c               |   2 +
 7 files changed, 406 insertions(+), 19 deletions(-)
 create mode 100644 drivers/net/sfc/sfc_tso.h

-- 
2.17.1

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

end of thread, other threads:[~2018-10-09 11:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05 14:47 [dpdk-dev] [PATCH 0/3] net/sfc: support more features in EF10 Tx Andrew Rybchenko
2018-10-05 14:47 ` [dpdk-dev] [PATCH 1/3] net/sfc: put generalised TSO declarations in a header Andrew Rybchenko
2018-10-05 14:47 ` [dpdk-dev] [PATCH 2/3] net/sfc: support TSO in EF10 Tx datapath Andrew Rybchenko
2018-10-05 14:47 ` [dpdk-dev] [PATCH 3/3] net/sfc: support Tx descriptor status on EF10 datapath Andrew Rybchenko
2018-10-09 11:07 ` [dpdk-dev] [PATCH 0/3] net/sfc: support more features in EF10 Tx Ferruh Yigit

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).