DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] ethdev: fix typo
@ 2017-12-19 11:31 Pablo de Lara
  2017-12-20  1:59 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo de Lara @ 2017-12-19 11:31 UTC (permalink / raw)
  To: thomas; +Cc: dev, Pablo de Lara, stable

Fixes: fbde27f19ab8 ("ethdev: get default Rx/Tx configuration from dev info")
Cc: stable@dpdk.org

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 lib/librte_ether/rte_ethdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h
index 341c2d6..57b61ed 100644
--- a/lib/librte_ether/rte_ethdev.h
+++ b/lib/librte_ether/rte_ethdev.h
@@ -2059,7 +2059,7 @@ int rte_eth_rx_queue_setup(uint16_t port_id, uint16_t rx_queue_id,
  *   the DMA memory allocated for the transmit descriptors of the ring.
  * @param tx_conf
  *   The pointer to the configuration data to be used for the transmit queue.
- *   NULL value is allowed, in which case default RX configuration
+ *   NULL value is allowed, in which case default TX configuration
  *   will be used.
  *   The *tx_conf* structure contains the following data:
  *   - The *tx_thresh* structure with the values of the Prefetch, Host, and
-- 
2.9.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] ethdev: fix typo
  2017-12-19 11:31 [dpdk-dev] [PATCH] ethdev: fix typo Pablo de Lara
@ 2017-12-20  1:59 ` Ferruh Yigit
  2017-12-20  2:02   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-12-20  1:59 UTC (permalink / raw)
  To: Pablo de Lara, thomas; +Cc: dev, stable

On 12/19/2017 3:31 AM, Pablo de Lara wrote:
> Fixes: fbde27f19ab8 ("ethdev: get default Rx/Tx configuration from dev info")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] ethdev: fix typo
  2017-12-20  1:59 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
@ 2017-12-20  2:02   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2017-12-20  2:02 UTC (permalink / raw)
  To: Pablo de Lara, thomas; +Cc: dev, stable

On 12/19/2017 5:59 PM, Ferruh Yigit wrote:
> On 12/19/2017 3:31 AM, Pablo de Lara wrote:
>> Fixes: fbde27f19ab8 ("ethdev: get default Rx/Tx configuration from dev info")
>> Cc: stable@dpdk.org
>>
>> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied to dpdk-next-net/master, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-20  2:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-19 11:31 [dpdk-dev] [PATCH] ethdev: fix typo Pablo de Lara
2017-12-20  1:59 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2017-12-20  2:02   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).