[dpdk-dev] [PATCH 00/28] fm10k: update shared code from ND team

Wang Xiao W xiao.w.wang at intel.com
Thu Sep 10 06:38:09 CEST 2015


This set of shared code update patches has been tested.

Wang Xiao W (28):
  fm10k: add PF Tx Timestamp mode handler function
  fm10k: add no-op pointer for VF request_tx_timestamp_mode
  fm10k: Set PF queues to unlimited bandwidth
  fm10k: fix fm10k_mbx_write_copy header comment
  fm10k: Add support for ITR scaling based on PCIe link speed
  fm10k: reset head instead of calling update_max_size
  fm10k: mbx_update_max_size does not drop all
  fm10k: ensure VF restores itr_scale on stop_hw
  fm10k: ensure itr_scale is set even if we don't know speed
  fm10k: correct VF multicast update
  fm10k: Re-map all possible VF queues after a VFLR
  fm10k: pack TLV overlay structures correctly
  fm10k: 1558 DIR_NEGATIVE bit is actually DIR_POSITIVE
  fm10k: remove err_no reference
  fm10k: fix iov_msg_lport_state_pf re-enable bug
  fm10k: add macro definitions about valid ether addr
  fm10k: store actual count of DWORDS pulled/pushed from mbmem
  fm10k: fix iov_msg_mac_vlan_pf VID checks
  fm10k: Fix Solaris build issue
  fm10k: fix Tx FIFO clearing for phantom messages
  fm10k: create "correct" header for the remote end on connect
  fm10k: do not assume VF always has 1 queue
  fm10k: Add support for Boulder Rapids and Atwood Channel
  fm10k: remove report_timestamp PF<->VF message
  fm10k: remove request_tx_timestamp_mode call
  fm10k: add 1588 clock owner message support
  fm10k: TRIVIAL fix typo in DEBUGFUNC
  fm10k: add support for MASTER_CLK_OFFSET message

 drivers/net/fm10k/base/fm10k_api.c   |  20 +++
 drivers/net/fm10k/base/fm10k_api.h   |   1 +
 drivers/net/fm10k/base/fm10k_mbx.c   |  86 +++++++++---
 drivers/net/fm10k/base/fm10k_mbx.h   |   2 +
 drivers/net/fm10k/base/fm10k_osdep.h |   1 +
 drivers/net/fm10k/base/fm10k_pf.c    | 260 ++++++++++++++++++++++++-----------
 drivers/net/fm10k/base/fm10k_pf.h    |  40 +++++-
 drivers/net/fm10k/base/fm10k_type.h  |  33 ++++-
 drivers/net/fm10k/base/fm10k_vf.c    |  30 +++-
 drivers/net/fm10k/base/fm10k_vf.h    |   3 +-
 10 files changed, 368 insertions(+), 108 deletions(-)

-- 
1.9.3



More information about the dev mailing list