RE: [PATCH v3] net/igc: move the initialization of data path into dev_init

2022-06-28 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Tuesday, June 28, 2022 2:21 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Yang, Qiming ; Zhang, Qi Z > ; Zeng, ZhichaoX ; > alvinx.zh...@intel.com; Guo, Junfeng ; Su, Simei > ; Ferruh Yigit > Subject: [

[PATCH v3] net/igc: move the initialization of data path into dev_init

2022-06-27 Thread zhichaox . zeng
From: Zhichao Zeng The upper-layer application usually call the common interface "dev_init" to initialize the data path, but in the igc driver, the initialization of data path is in "igc_rx_init" and "eth_igc_tx_queue_setup", while in other drivers it is in "dev_init". So when upper-layer applica