Re: [dpdk-dev] [PATCH 05/21] net/atlantic: b0 hardware layer main logic

2018-09-11 Thread Stephen Hemminger
On Fri, 7 Sep 2018 18:21:43 +0300 Igor Russkikh 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

Re: [dpdk-dev] [PATCH 05/21] net/atlantic: b0 hardware layer main logic

2018-09-11 Thread Stephen Hemminger
On Fri, 7 Sep 2018 18:21:43 +0300 Igor Russkikh wrote: > +/* > + * aQuantia Corporation Network Driver > + * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms and conditions

[dpdk-dev] [PATCH 05/21] net/atlantic: b0 hardware layer main logic

2018-09-07 Thread Igor Russkikh
This is hw_atl logic layer derived from linux atlantic driver. It contains RX/TX hardware initialization sequences, various hw configuration. Signed-off-by: Igor Russkikh --- drivers/net/atlantic/hw_atl/hw_atl_b0.c | 504 +++ drivers/net/atlantic/hw_atl/hw_atl_b0.h