DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/7] net/i40e: base code update
@ 2017-03-22  9:24 Jingjing Wu
  2017-03-22  9:24 ` [dpdk-dev] [PATCH 1/7] net/i40e/base: define bit for HW ATR evict control Jingjing Wu
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Jingjing Wu @ 2017-03-22  9:24 UTC (permalink / raw)
  To: dev; +Cc: jingjing.wu, helin.zhang, beilei.xing

Base code update with main changes:
 - new AQ commands for Pipeline Personalization Profile
 - new AQ commands for cloud filter
 - reduce wait time for adminq command completion

Jingjing Wu (7):
  net/i40e/base: define bit for HW ATR evict control
  net/i40e/base: control register read/write on X722
  net/i40e/base: fix potential out of bound array access
  net/i40e/base: new AQ commands for ppp
  net/i40e/base: reduce wait time for adminq command
  net/i40e/base: add VF offload flags
  net/i40e/base: new AQ commands for cloud filter

 drivers/net/i40e/base/i40e_adminq.c     |   4 +-
 drivers/net/i40e/base/i40e_adminq.h     |   4 +-
 drivers/net/i40e/base/i40e_adminq_cmd.h | 129 ++++++++++-
 drivers/net/i40e/base/i40e_common.c     | 377 +++++++++++++++++++++++++++++++-
 drivers/net/i40e/base/i40e_dcb.c        |   2 +
 drivers/net/i40e/base/i40e_prototype.h  |  29 ++-
 drivers/net/i40e/base/i40e_type.h       |  80 +++++++
 drivers/net/i40e/base/i40e_virtchnl.h   |   4 +-
 8 files changed, 617 insertions(+), 12 deletions(-)

-- 
2.4.11

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

end of thread, other threads:[~2017-03-23 10:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22  9:24 [dpdk-dev] [PATCH 0/7] net/i40e: base code update Jingjing Wu
2017-03-22  9:24 ` [dpdk-dev] [PATCH 1/7] net/i40e/base: define bit for HW ATR evict control Jingjing Wu
2017-03-22  9:24 ` [dpdk-dev] [PATCH 2/7] net/i40e/base: control register read/write on X722 Jingjing Wu
2017-03-22  9:24 ` [dpdk-dev] [PATCH 3/7] net/i40e/base: fix potential out of bound array access Jingjing Wu
2017-03-22  9:24 ` [dpdk-dev] [PATCH 4/7] net/i40e/base: new AQ commands for ppp Jingjing Wu
2017-03-22  9:24 ` [dpdk-dev] [PATCH 5/7] net/i40e/base: reduce wait time for adminq command Jingjing Wu
2017-03-22  9:24 ` [dpdk-dev] [PATCH 6/7] net/i40e/base: add VF offload flags Jingjing Wu
2017-03-22  9:24 ` [dpdk-dev] [PATCH 7/7] net/i40e/base: new AQ commands for cloud filter Jingjing Wu
2017-03-22 14:29 ` [dpdk-dev] [PATCH 0/7] net/i40e: base code update Ferruh Yigit
2017-03-23  1:26   ` Wu, Jingjing
2017-03-23 10:05     ` 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).