[dpdk-dev] [PATCH 05/21] net/atlantic: b0 hardware layer main logic
Stephen Hemminger
stephen at networkplumber.org
Tue Sep 11 19:05:30 CEST 2018
On Fri, 7 Sep 2018 18:21:43 +0300
Igor Russkikh <igor.russkikh at aquantia.com> wrote:
> +
> +#define pif_rpf_rss_ipv4_hdr_only_i (1 << 4) //calc hash only in IPv4 header, regardless of presence of TCP
> +#define pif_rpf_rss_ipv4_tcp_hdr_only_i (1 << 3) //calc hash only if TCP header and IPv4
> +#define pif_rpf_rss_ipv6_hdr_only_i (1 << 2) //calc hash only in IPv6 header, regardless of presence of TCP
> +#define pif_rpf_rss_ipv6_tcp_hdr_only_i (1 << 1) //calc hash only if TCP header and IPv4
> +#define pif_rpf_rss_dont_use_udp_i (1 << 0) //bug 5124 - rss hashing types - FIXME
> +
Please don't use C++ style comments
More information about the dev
mailing list