numam-dpdk/drivers/net
Adrien Mazarguil 1d173da83e net/mlx4: fix default RSS hash fields
Using special types value -1 with mlx4_conv_rss_types() is supposed to
return a supported set of Verbs RSS hash fields, that is, priv->hw_rss_sup
unmodified.

Due to the way this function is written and because it is also used to
initially populate priv->hw_rss_sup however, this special value works
properly only once and fails with ENOTSUP errors afterward.

This problem can be seen when re-creating default flows (e.g. by entering
and leaving isolated mode).

Fixes: 024e87bef4 ("net/mlx4: restore UDP RSS by probing capabilities")
Cc: stable@dpdk.org

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2018-05-02 19:28:48 +02:00
..
af_packet net/af_packet: convert to dynamic log level 2018-04-27 18:00:59 +01:00
ark ethdev: return diagnostic when setting MAC address 2018-04-14 00:43:30 +02:00
avf ethdev: return diagnostic when setting MAC address 2018-04-14 00:43:30 +02:00
avp ethdev: replace bus specific struct with generic dev 2018-04-14 00:41:44 +02:00
axgbe net/axgbe: fix incorrect cache alignment macro 2018-04-27 15:54:56 +01:00
bnx2x net/bnx2x: reserve enough headroom for mbuf prepend 2018-04-27 17:34:41 +01:00
bnxt ethdev: fix behavior of VF/PF in flow API 2018-04-27 18:00:54 +01:00
bonding net/bonding: convert to dynamic logging 2018-04-27 18:00:59 +01:00
cxgbe drivers/net: do not use private ethdev data 2018-04-24 12:33:51 +02:00
dpaa net/dpaa: fix the ethdev offload checks 2018-04-27 17:34:42 +01:00
dpaa2 net/dpaa2: fix the ethdev offload checks 2018-04-27 17:34:42 +01:00
e1000 ethdev: add transfer attribute to flow API 2018-04-27 18:00:54 +01:00
ena drivers/net: update link status 2018-04-27 15:54:56 +01:00
enic ethdev: add transfer attribute to flow API 2018-04-27 18:00:54 +01:00
failsafe net/failsafe: convert to dynamic logging 2018-04-27 18:00:59 +01:00
fm10k drivers/net: update link status 2018-04-27 15:54:56 +01:00
i40e net/i40e: fix checking offload 2018-04-27 18:01:00 +01:00
ifc net/ifcvf: add ifcvf vDPA driver 2018-04-27 15:54:55 +01:00
ixgbe net/ixgbe: add support for representor ports 2018-04-27 18:00:57 +01:00
kni net/kni: support dynamic logging 2018-04-27 18:00:59 +01:00
liquidio ethdev: replace bus specific struct with generic dev 2018-04-14 00:41:44 +02:00
mlx4 net/mlx4: fix default RSS hash fields 2018-05-02 19:28:48 +02:00
mlx5 net/mlx5: fix flow director rule deletion crash 2018-05-02 19:28:48 +02:00
mvpp2 ethdev: add transfer attribute to flow API 2018-04-27 18:00:54 +01:00
nfp net/nfp: use dynamic logging everywhere 2018-04-27 18:00:58 +01:00
null net/null: convert to dynamic logging 2018-04-27 18:00:59 +01:00
octeontx drivers/net: share vdev data to secondary process 2018-04-24 12:37:31 +02:00
pcap net/pcap: support dynamic logging 2018-04-27 18:00:59 +01:00
qede drivers/net: remove redundant icc flag 2018-04-14 00:43:30 +02:00
ring net/ring: convert to dynamic logging 2018-04-27 18:00:59 +01:00
sfc net/sfc: support MARK and FLAG actions in flow API 2018-04-27 18:00:59 +01:00
softnic net/softnic: convert to dynamic logging 2018-04-27 18:00:59 +01:00
szedata2 net/szedata2: add new kernel module dependency 2018-04-14 00:43:30 +02:00
tap net/tap: convert to dynamic logging 2018-04-27 18:00:59 +01:00
thunderx net/thunderx: fix MTU configuration for jumbo packets 2018-04-27 15:54:56 +01:00
vdev_netvsc net/vdev_netvsc: prefer netvsc devices in scan 2018-04-27 17:34:42 +01:00
vhost net/vhost: implement dynamic logging 2018-04-27 18:00:59 +01:00
virtio net/virtio: skip device probe in vDPA mode 2018-04-27 15:54:55 +01:00
vmxnet3 net/vmxnet3: skip empty segments in transmission 2018-04-27 17:34:41 +01:00
Makefile net/ifcvf: add ifcvf vDPA driver 2018-04-27 15:54:55 +01:00
meson.build net/mvpp2: add to meson build 2018-04-19 14:10:44 +02:00