Go to file
Qi Zhang 82f3e28d23 net/ice/base: replace open-code duplication
Use BIT_ULL() instead of ICE_FLOW_HASH_FLD() which does the same bit shift
operation.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
2019-10-07 15:00:53 +02:00
.ci
app ethdev: change device info get callback to return int 2019-10-07 14:45:35 +02:00
buildtools
config baseband/fpga_lte_fec: align naming to other bbdevs 2019-10-09 11:50:12 +02:00
devtools
doc ethdev: add return code to device info get function 2019-10-07 14:43:50 +02:00
drivers net/ice/base: replace open-code duplication 2019-10-07 15:00:53 +02:00
examples examples: check status of getting ethdev info 2019-10-07 14:45:35 +02:00
kernel
lib ethdev: change device info get callback to return int 2019-10-07 14:45:35 +02:00
license
mk baseband/fpga_lte_fec: align naming to other bbdevs 2019-10-09 11:50:12 +02:00
usertools
.gitattributes
.gitignore
.travis.yml
GNUmakefile
MAINTAINERS
Makefile
meson_options.txt
meson.build
README
VERSION

DPDK is a set of libraries and drivers for fast packet processing.
It supports many processor architectures and both FreeBSD and Linux.

The DPDK uses the Open Source BSD-3-Clause license for the core libraries
and drivers. The kernel components are GPL-2.0 licensed.

Please check the doc directory for release notes,
API documentation, and sample application information.

For questions and usage discussions, subscribe to: users@dpdk.org
Report bugs and issues to the development mailing list: dev@dpdk.org