numam-dpdk/drivers
Xiao Wang e62d90f2a2 net/fm10k: fix descriptor filling in vector Tx
The shift left operation "pkt->vlan_tci << 16" gets vlan_tci extended
to signed type and may cause invalid descriptor. Also the same issue for
the "data_len" field. This patch fixes it by casting them to uint64_t.

Fixes: 21f13c541e ("fm10k: add vector Tx")
Cc: stable@dpdk.org

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2019-07-08 21:26:52 +02:00
..
baseband baseband/turbo_sw: extend for 5G 2019-07-05 15:28:14 +02:00
bus doc: add vdev doxygen 2019-07-08 21:57:05 +02:00
common common/octeontx2: cleanup void returns 2019-07-08 15:29:25 +02:00
compress compress/isal: fix use after free 2019-07-05 14:52:25 +02:00
crypto crypto/qat: extend support for digest-encrypted auth-cipher 2019-07-05 15:28:14 +02:00
event event/octeontx2: add Tx adapter 2019-07-07 15:51:53 +02:00
mempool mempool/octeontx2: fix pool populating 2019-07-08 11:52:17 +02:00
net net/fm10k: fix descriptor filling in vector Tx 2019-07-08 21:26:52 +02:00
raw raw/ioat: fix icc build 2019-07-05 15:01:59 +02:00
Makefile drivers: add common as dependency for bus 2018-10-16 14:54:25 +02:00
meson.build build: print list of disabled components 2019-07-02 23:20:26 +02:00