Re: [dpdk-dev] [PATCH v2 06/13] net/ppfe: add MAC and host interface initialisation

2019-09-26 Thread Ferruh Yigit
On 8/28/2019 12:08 PM, Gagandeep Singh wrote: > HIF or host interface is responsible for transmit > and receive packets between physical ethernet > interfaces and HIF library defined logical interfaces. > > This patch initialise that host interface and MAC. > > Signed-off-by: Gagandeep Singh > S

[dpdk-dev] [PATCH v2 06/13] net/ppfe: add MAC and host interface initialisation

2019-08-28 Thread Gagandeep Singh
HIF or host interface is responsible for transmit and receive packets between physical ethernet interfaces and HIF library defined logical interfaces. This patch initialise that host interface and MAC. Signed-off-by: Gagandeep Singh Signed-off-by: Akhil Goyal Acked-by: Nipun Gupta --- drivers