Re: [dpdk-dev] [PATCH v4 11/11] net/hinic: add support for basic device operations

2019-06-12 Thread Xuanziyang (William, Chip Application Design Logic and Hardware Development Dept IT_Products & Solutions)
> > On 6/6/2019 12:07 PM, Ziyang Xuan wrote: > > Add hinic PMD initialization and ethernet operatioins code. > > Hi Xuan, > > Previous patches puts the code without enabling them, this last patch > registers the PMD with lots of new code, it is hard to review this PMD. > > I think "OCTEON TX2"

Re: [dpdk-dev] [PATCH v4 11/11] net/hinic: add support for basic device operations

2019-06-11 Thread Ferruh Yigit
On 6/6/2019 12:07 PM, Ziyang Xuan wrote: > Add hinic PMD initialization and ethernet operatioins code. Hi Xuan, Previous patches puts the code without enabling them, this last patch registers the PMD with lots of new code, it is hard to review this PMD. I think "OCTEON TX2" which also submitted

[dpdk-dev] [PATCH v4 11/11] net/hinic: add support for basic device operations

2019-06-06 Thread Ziyang Xuan
Add hinic PMD initialization and ethernet operatioins code. Signed-off-by: Ziyang Xuan --- drivers/net/hinic/hinic_pmd_ethdev.c| 2125 +++ drivers/net/hinic/rte_pmd_hinic_version.map |4 + 2 files changed, 2129 insertions(+) create mode 100644 drivers/net/hinic/rte_p