Re: [dpdk-dev] [PATCH v2 01/14] ethdev: add support for hairpin queue

2019-10-14 Thread Ori Kam
Thanks for your comments, I will start working on V3 Ori > -Original Message- > From: Andrew Rybchenko > Sent: Monday, October 14, 2019 12:37 PM > To: Ori Kam ; Thomas Monjalon > ; Ferruh Yigit > Cc: dev@dpdk.org; jingjing...@intel.com; step...@networkplumber.org > Subject: Re: [PATCH

Re: [dpdk-dev] [PATCH v2 01/14] ethdev: add support for hairpin queue

2019-10-14 Thread Andrew Rybchenko
Hi Ori, see my answers below. On 10/11/19 12:07 AM, Ori Kam wrote: Hi Andrew, Thanks for your comments, PSB, Ori -Original Message- From: Andrew Rybchenko Sent: Tuesday, October 8, 2019 7:11 PM To: Ori Kam ; Thomas Monjalon ; Ferruh Yigit Cc: dev@dpdk.org; jingjing...@intel.com; s

Re: [dpdk-dev] [PATCH v2 01/14] ethdev: add support for hairpin queue

2019-10-10 Thread Ori Kam
Hi Andrew, Thanks for your comments, PSB, Ori > -Original Message- > From: Andrew Rybchenko > Sent: Tuesday, October 8, 2019 7:11 PM > To: Ori Kam ; Thomas Monjalon > ; Ferruh Yigit > Cc: dev@dpdk.org; jingjing...@intel.com; step...@networkplumber.org > Subject: Re: [PATCH v2 01/14] et

Re: [dpdk-dev] [PATCH v2 01/14] ethdev: add support for hairpin queue

2019-10-08 Thread Andrew Rybchenko
Hi Ori, thanks for updated version. See my notes below. There are few style notes about line breaks which are not defined in coding style. Of course, it may be ignored. On 10/4/19 10:54 PM, Ori Kam wrote: This commit introduce hairpin queue type. The hairpin queue in build from Rx queue binde

[dpdk-dev] [PATCH v2 01/14] ethdev: add support for hairpin queue

2019-10-04 Thread Ori Kam
This commit introduce hairpin queue type. The hairpin queue in build from Rx queue binded to Tx queue. It is used to offload traffic coming from the wire and redirect it back to the wire. There are 3 new functions: - rte_eth_dev_hairpin_capability_get - rte_eth_rx_hairpin_queue_setup - rte_eth_tx