From: Stephen Hemminger
These were deprecated in 2.0 so remove them from 2.2
Signed-off-by: Stephen Hemminger
Signed-off-by: Thomas Monjalon
---
doc/guides/rel_notes/deprecation.rst | 3 --
drivers/net/ring/rte_eth_ring.c | 56 ---
drivers/net/ring/
From: Stephen Hemminger
These functions were tagged as deprecated in 2.0 so they can be
removed in 2.2
Signed-off-by: Stephen Hemminger
Acked-by: Helin Zhang
[Thomas: update doc]
Signed-off-by: Thomas Monjalon
---
app/test/Makefile | 6 ---
app/test/test_kni.
The functions and structures are moved to app/test in order to keep
existing unit tests. Some minor changes were done in these functions
because of library scope restrictions.
An enum is also copied in two other applications to keep existing code.
Signed-off-by: Thomas Monjalon
---
app/test-acl/
Signed-off-by: Thomas Monjalon
---
app/test/test_func_reentrancy.c | 4 ++--
app/test/test_lpm.c | 4 ++--
doc/guides/rel_notes/deprecation.rst | 3 ---
lib/librte_lpm/Makefile | 2 +-
lib/librte_lpm/rte_lpm.h | 11 ---
5 files changed, 5
The malloc library is now part of the EAL.
Signed-off-by: Thomas Monjalon
---
MAINTAINERS| 1 -
doc/guides/prog_guide/dev_kit_build_system.rst | 2 +-
doc/guides/prog_guide/env_abstraction_layer.rst| 2 +-
doc/guides/prog_guide/source_org.rst
The function rte_eal_pci_close_one() was renamed rte_eal_pci_detach().
Signed-off-by: Thomas Monjalon
---
doc/guides/rel_notes/deprecation.rst| 3 ---
lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 -
lib/librte_eal/common/eal_common_pci.c | 6 --
lib/librte_eal/com
The extended SCTP flow entries are now part of the standard API.
Signed-off-by: Thomas Monjalon
---
app/test-pmd/cmdline.c | 4
doc/guides/rel_notes/deprecation.rst | 3 ---
drivers/net/i40e/i40e_fdir.c | 4
lib/librte_ether/rte_eth_ctrl.h | 4
4 files c
The extended unified packet type is now part of the standard ABI.
As mbuf struct is changed, the mbuf library version is bumped.
Signed-off-by: Thomas Monjalon
---
app/test-pipeline/pipeline_hash.c | 12 -
app/test-pmd/csumonly.c| 14 -
app/test-pmd
The Rx interrupt feature is now part of the standard ABI.
Because of changes in rte_intr_handle and struct rte_eth_conf,
the eal and ethdev library versions are bumped.
Signed-off-by: Thomas Monjalon
---
doc/guides/rel_notes/deprecation.rst | 4 --
drivers/net/e1000/igb_ethdev.c
Before starting a new integration cycle (2.2.0-rc0),
the deprecated code is removed.
The hash library is not cleaned in this patchset and would be
better done by its maintainers. Bruce, Pablo, please check the
file doc/guides/rel_notes/deprecation.rst.
Stephen Hemminger (2):
kni: remove depreca
The lack of this prefetch causes a significant performance drop in
OVS-DPDK: 13.3 Mpps instead of 14 when forwarding 64 byte packets. Even
though OVS prefetches the next packet's header before it starts processing
the current one, it doesn't get there fast enough. This aligns with the
behaviour of
On 09/01/2015 05:47 PM, Matthew Hall wrote:
> On Tue, Sep 01, 2015 at 04:37:18PM +0200, Martin Dra?ar wrote:
>> Dne 1.9.2015 v 15:45 De Lara Guarch, Pablo napsal(a):
>>> 82574L NIC uses em PMD, which does not support more than 1 queue.
>>> Therefore RSS is disabled in the NIC and then you cannot ha
Thanks John, I figured that out since I was seeing the MODE: DISABLE all the
time
Now I am able to set the flow-director-filter correctly...but need to play with
the settings to get it right!!!
Will ping this group if I am still stuck end of the week.
Thanks
-Navneet
-Original Message-
On 01/09/15 14:31, Stefan Binna wrote:
> Hi @all,
>
> I've conducted some fast failover tests on a SDN infrastructure, whereby
> following three configurations were used for the device under test (DUT):
>
> - Intel 82574L with default driver e1000e
> - Intel 82574L with DPDK
> - Realtek RTL8111/8
Dne 1.9.2015 v 16:50 Avi Kivity napsal(a):
> On 09/01/2015 05:47 PM, Matthew Hall wrote:
>> RSS calculations are used to direct packets across multiple RX queues.
>> With
>> only one RX queue it cannot possibly increase performance by enabling it.
>>
>
> As an example, seastar uses the RSS hash co
Hi Wenzhuo,
I just noticed _rte_eth_dev_callback_process called by
ixgbe_dev_interrupt_delayed_handler.
This patch was incorrect, please ignore it.
On 09/01/2015 04:09 PM, ??? wrote:
> Hi Wenzhuo,
> I bond 82599 ports with mode 802.3ad, the bonding port can't work
> properly. But bonding wit
Dne 1.9.2015 v 15:45 De Lara Guarch, Pablo napsal(a):
> 82574L NIC uses em PMD, which does not support more than 1 queue.
> Therefore RSS is disabled in the NIC and then you cannot have RSS hashes.
>
> Thanks,
> Pablo
Hi Pablo,
that is an interesting information. I read the rationale in em_ethde
Hi Wenzhuo,
I bond 82599 ports with mode 802.3ad, the bonding port can't work
properly. But bonding with i350 ports works properly. I found the
registered callback function bond_ethdev_lsc_event_callback by
__eth_bond_slave_add_lock_free was not executed when link status
changed. I compare
Hi @all,
I've conducted some fast failover tests on a SDN infrastructure, whereby
following three configurations were used for the device under test (DUT):
- Intel 82574L with default driver e1000e
- Intel 82574L with DPDK
- Realtek RTL8111/8168/8411 PCI Express with default driver r8169
There w
On Tue, Sep 01, 2015 at 01:38:02PM +, Iremonger, Bernard wrote:
> Hi Neil, Thomas,
>
>
>
> > > You didn't remove the relationship of the ethdev to the pci driver
> > > though, which is really the problem, An ethdev may reside on any
> > > number of bus types (pci/usb/vmbus/virt/none).
>
>
On Tue, 1 Sep 2015 22:18:08 +0200
Thomas Monjalon wrote:
> Before starting a new integration cycle (2.2.0-rc0),
> the deprecated code is removed.
>
> The hash library is not cleaned in this patchset and would be
> better done by its maintainers. Bruce, Pablo, please check the
> file doc/guides/
add _rte_eth_dev_callback_process to call callback func
Signed-off-by: Shelton Chia
---
drivers/net/ixgbe/ixgbe_ethdev.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
index b8ee1e9..4e4c118 100644
--- a/drivers/net/ixgbe
Hi Martin,
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Martin Dra?ar
> Sent: Monday, August 31, 2015 1:16 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] Broken RSS hash computation on Intel 82574L
>
> Hi,
>
> I am using RSS to get identical hash for bot
Hi Neil, Thomas,
> > You didn't remove the relationship of the ethdev to the pci driver
> > though, which is really the problem, An ethdev may reside on any
> > number of bus types (pci/usb/vmbus/virt/none).
> > Whats really needed is a way to associate an ethdev with an arbitrary bus
>
On Tue, Sep 01, 2015 at 11:38:31AM +, Iremonger, Bernard wrote:
> Hi THomas,
>
>
>
> > > @@ -424,7 +425,10 @@ rte_eth_dev_socket_id(uint8_t port_id) {
> > > if (!rte_eth_dev_is_valid_port(port_id))
> > > return -1;
> > > - return rte_eth_devices[port_id].pci_dev->numa_node;
> >
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ananyev, Konstantin
> Sent: Tuesday, September 1, 2015 1:37 PM
> To: Iremonger, Bernard; Thomas Monjalon
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] [RFC PATCH 1/6] librte_ether: add fields from
> rte_pci_d
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Iremonger, Bernard
> Sent: Tuesday, September 01, 2015 12:39 PM
> To: Thomas Monjalon
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] [RFC PATCH 1/6] librte_ether: add fields from
> rte_pci_driver to rte_eth_d
Hi THomas,
> > @@ -424,7 +425,10 @@ rte_eth_dev_socket_id(uint8_t port_id) {
> > if (!rte_eth_dev_is_valid_port(port_id))
> > return -1;
> > - return rte_eth_devices[port_id].pci_dev->numa_node;
> > + if (rte_eth_devices[port_id].dev_type == RTE_ETH_DEV_PCI)
> > +
This patch implements the extended statistics API for the e1000 igb,
adding xstats_get() and xstats_reset() functions. The implementation
is similar to that of the ixgbe driver as merged in dpdk 2.1.
Signed-off-by: Harry van Haaren
---
drivers/net/e1000/igb_ethdev.c | 140 +++
> On Sep 1, 2015, at 9:47 AM, Matthew Hall wrote:
>
> On Tue, Sep 01, 2015 at 04:37:18PM +0200, Martin Dra?ar wrote:
>> Dne 1.9.2015 v 15:45 De Lara Guarch, Pablo napsal(a):
>>> 82574L NIC uses em PMD, which does not support more than 1 queue.
>>> Therefore RSS is disabled in the NIC and then yo
On Tue, Sep 01, 2015 at 04:37:18PM +0200, Martin Dra?ar wrote:
> Dne 1.9.2015 v 15:45 De Lara Guarch, Pablo napsal(a):
> > 82574L NIC uses em PMD, which does not support more than 1 queue.
> > Therefore RSS is disabled in the NIC and then you cannot have RSS hashes.
> >
> > Thanks,
> > Pablo
>
>
Hi Shelton,
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Shelton Chia
> Sent: Tuesday, September 1, 2015 2:22 PM
> To: dev at dpdk.org
> Cc: letaotor at gmail.com
> Subject: [dpdk-dev] [PATCH] ixgbe: fix LSC callback
>
> add _rte_eth_dev_callback_process
> -Original Message-
> From: Vlad Zolotarov [mailto:vladz at cloudius-systems.com]
> Sent: Monday, August 31, 2015 2:42 PM
> To: dev at dpdk.org
> Cc: Zhang, Helin; Ananyev, Konstantin; avi at cloudius-systems.com; Vlad
> Zolotarov
> Subject: [dpdk-dev] [PATCH v1] net: i40e: add VLAN tag
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jijiang Liu
> Sent: Monday, August 31, 2015 5:42 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [RFC PATCH 5/8] lib/librte_vhost:dequeue vhost TSO
> offload
>
> Dequeue vhost TSO offload
>
> Signed-off-by: Ji
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jijiang Liu
> Sent: Monday, August 31, 2015 5:42 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [RFC PATCH 4/8] driver/virtio:enqueue TSO offload
>
> Enqueue TSO4/6 offload.
>
> Signed-off-by: Jijiang Liu
>
35 matches
Mail list logo