Re: [dpdk-dev] [PATCH v4 07/11] net/hinic/base: add various headers
On 6/12/2019 3:24 PM, Xuanziyang (William, Chip Application Design Logic and Hardware Development Dept IT_Products & Solutions) wrote: > >> On 6/6/2019 12:06 PM, Ziyang Xuan wrote: >>> Add various headers that define mgmt commands, cmdq commands, rx >> data >>> structures, tx data structures and b
Re: [dpdk-dev] [PATCH v4 07/11] net/hinic/base: add various headers
2019-06-12
Thread
Xuanziyang (William, Chip Application Design Logic and Hardware Development Dept IT_Products & Solutions)
> On 6/6/2019 12:06 PM, Ziyang Xuan wrote: > > Add various headers that define mgmt commands, cmdq commands, rx > data > > structures, tx data structures and basic defines for use in the code. > > > > Signed-off-by: Ziyang Xuan > > <...> > > > +#define PMD_DRV_LOG(level, fmt, args...) \ > > +
Re: [dpdk-dev] [PATCH v4 07/11] net/hinic/base: add various headers
On 6/6/2019 12:06 PM, Ziyang Xuan wrote: > Add various headers that define mgmt commands, cmdq commands, > rx data structures, tx data structures and basic defines for > use in the code. > > Signed-off-by: Ziyang Xuan <...> > +#define PMD_DRV_LOG(level, fmt, args...) \ > + rte_log(RTE_LOG_
[dpdk-dev] [PATCH v4 07/11] net/hinic/base: add various headers
Add various headers that define mgmt commands, cmdq commands, rx data structures, tx data structures and basic defines for use in the code. Signed-off-by: Ziyang Xuan --- drivers/net/hinic/base/hinic_compat.h | 239 drivers/net/hinic/base/hinic_port_cmd.h | 483 +++