numam-dpdk/drivers
Wei Zhao 7546dc4a13 net/i40e: fix check of flow director programming status
In i40e FDIR PMD code for checking programming status
function i40e_check_fdir_programming_status(), the initial value
of return value ret should be set to -1 not 0, because if DD bit of
I40E_RX_DESC_STATUS_DD is not write back, this function will return
0 to upper function, this give an error info to upper function, the
fact for this is it is time out for DD write back and it should return
-1.

Fixes: 05999aab4c ("i40e: add or delete flow director")
Cc: stable@dpdk.org

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2018-07-23 23:55:26 +02:00
..
baseband baseband/turbo_sw: update for FlexRAN 1.6.0 2018-07-25 08:22:14 +02:00
bus vfio: fix workaround of BAR mapping 2018-07-26 11:34:08 +02:00
common common/qat: add scatter-gather header 2018-07-25 08:19:54 +02:00
compress compress/octeontx: support burst enqueue/dequeue 2018-07-25 13:36:26 +02:00
crypto crypto/openssl: add DH and DSA asym operations 2018-07-25 08:22:14 +02:00
event mempool/octeontx: fix pool to aura mapping 2018-07-12 21:58:36 +02:00
mempool mempool/octeontx: fix pool to aura mapping 2018-07-12 21:58:36 +02:00
net net/i40e: fix check of flow director programming status 2018-07-23 23:55:26 +02:00
raw build: fix meson build on FreeBSD 2018-07-26 09:58:19 +02:00
Makefile crypto/qat: move common qat files to common dir 2018-07-11 00:55:30 +02:00
meson.build build: remove duplicate checks for cflags 2018-07-26 10:09:20 +02:00