Update max RX packet length since virtio PMD has the capability of receiving
and transmitting jumbo frame.
Signed-off-by: Changchun Ouyang
Tested-by: Jingguo Fu
---
lib/librte_pmd_virtio/virtio_ethdev.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_pmd_virtio/
Hello!
If there's already an iterator then I guess this patch is superfluous.
I tried searching for it among the e-mails but I can find it, can
someone point me to it?
If you still think this has some values I will take the given feedback
and make corrections.
Best regards,
Tomas Vestelind
ps.
This transform is to facilitate integration with DPDK accelerated ethernet
switch.
Huawei Xie (3):
remove vhost example
vhost library support to facilitate integration with DPDK accelerated
vswitch
This vhost example is based on vhost library. Besides, -
This patch fixe
Signed-off-by: Huawei Xie
Acked-by: Konstantin Ananyev
Acked-by: Thomos Long
---
examples/vhost/Makefile| 60 -
examples/vhost/eventfd_link/Makefile | 39 -
examples/vhost/eventfd_link/eventfd_link.c | 205 --
examples/vhost/eventfd_link/eventfd_link.h | 79 -
e
This library is turned off by default so that it doesn't break build on default
system.
Install fuse development library and turn it on.
Signed-off-by: Huawei Xie
Acked-by: Konstantin Ananyev
Acked-by: Thomos Long
---
config/common_linuxapp |7 +
lib/Makefile
Signed-off-by: Huawei Xie
Acked-by: Konstantin Ananyev
---
examples/vhost/Makefile | 52 +
examples/vhost/libvirt/qemu-wrap.py | 366
examples/vhost/main.c | 3145 +++
examples/vhost/main.h | 109 ++
4 files changed
> -Original Message-
> From: Doherty, Declan
> Sent: Monday, September 1, 2014 9:31 AM
> To: dev at dpdk.org
> Cc: thomas.monjalon at 6wind.com; rsanford at akamai.com; Doherty, Declan
> Subject: [PATCH v2 4/6] bond: free mbufs if transmission fails in bonding
> tx_burst
> functions
>
> F
Hi Declan,
2014-09-02 09:22, Doherty, Declan:
> I've just noticed that I inserted an extra character into the patch when I
> was annotating this
> patch which will cause this a fail compilation.
>
> > + TEST_BCAST_SLAVE_TX_FAIL_BURST_SIZE -s
> > + TEST_BCAST_S
Hi Huawei,
2014-09-02 16:55, Huawei Xie:
> This transform is to facilitate integration with DPDK accelerated ethernet
> switch.
>
> Huawei Xie (3):
> remove vhost example
> vhost library support to facilitate integration with DPDK accelerated
> vswitch
> This vhost example is based on
Hello,
This is a repost of
https://lists.01.org/pipermail/dpdk-ovs/2014-September/001788.html as the issue
might be related to dpdk.org vhost code.
I am using dpdk-ovs 1.1.0 (latest release) as follow :
linux-guest (no DPKD) <--- virtIO ---> OVDK 1.1.0 (with latest DPDK [*]) < ---
Niantic --
Hi Franck,
2014-09-02 13:20, Franck BAUDIN:
> I am using dpdk-ovs 1.1.0 (latest release) as follow :
>
> linux-guest (no DPKD) <--- virtIO ---> OVDK 1.1.0 (with latest DPDK [*]) <
> --- Niantic --- > linux-native
>
[...]
> UDP/ICMP connectivity is fine, but TCP checksum of packet sent by the g
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty
> Sent: Monday, September 01, 2014 9:31 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v2 0/6] link bonding
>
> This patch set adds support for link status interrupt in the link bonding
>
On Mon, Sep 01, 2014 at 04:28:44PM +0100, Konstantin Ananyev wrote:
> Make ACL library to build/work on 'default' architecture:
> - make rte_acl_classify_scalar really scalar
> (make sure it wouldn't use sse4 instrincts through resolve_priority()).
> - Provide two versions of rte_acl_classify code
Hi David,
A couple of minor comments inline below. Looks good otherwise.
Jay
On Mon, Sep 1, 2014 at 5:24 AM, David Marchand
wrote:
> - We should not use DEBUGOUT*/DEBUGFUNC macros in non-shared code.
> These macros come as compat wrappers for shared code.
> - We should avoid calling RTE_LOG d
On Fri, Aug 29, 2014 at 06:40:08PM +, Saygin, Artur wrote:
> Hello DPDK experts,
>
> Imagine a PMD for an FPGA-based NIC that is limited to accessing certain
> memory regions . Is there a way to make DPDK use that exact
> memory?
>
> Perhaps this is more of a hugetlbfs question than DPDK bu
Hello Jay,
On Tue, Sep 2, 2014 at 3:43 PM, Jay Rolette wrote:
>
> On Mon, Sep 1, 2014 at 5:24 AM, David Marchand
> wrote:
>
>>
>> diff --git a/lib/librte_pmd_ixgbe/ixgbe_bypass.c
>> b/lib/librte_pmd_ixgbe/ixgbe_bypass.c
>> index 1d21dc0..1a980b8 100644
>> --- a/lib/librte_pmd_ixgbe/ixgbe_bypas
2014-09-02 16:16, David Marchand:
> >> /* Macros to check for invlaid function pointers. */
Invlaid is an invalid word ;)
> >> -#defineFUNC_PTR_OR_ERR_RET(func, retval) do { \
> >> - if ((func) == NULL) { \
> >> - DEBUGOUT("%s:
Hi Thomas,
On 09/02/14 15:29, Thomas Monjalon wrote:
> UDP/ICMP connectivity is fine, but TCP checksum of packet sent by the guest
> are incorrect, as showed with tcpdump on linux-native.
> Thanks for reporting.
> Could you try virtio without vhost?
Nope, dpdk-ovs supports only vhost.
Thanks!
Fr
Looks good
On Mon, Sep 1, 2014 at 5:24 AM, David Marchand
wrote:
> Clean log messages:
> - remove leading \n in some messages,
> - remove trailing \n in some messages,
> - split multi lines messages,
> - replace some PMD_INIT_LOG(DEBUG, "some_func") with PMD_INIT_FUNC_TRACE().
>
> Signed-off-by
On Tue, Sep 2, 2014 at 9:21 AM, Thomas Monjalon
wrote:
> >> -#defineFUNC_PTR_OR_ERR_RET(func, retval) do { \
> > >> - if ((func) == NULL) { \
> > >> - DEBUGOUT("%s:%d function not supported\n", \
> > >> - _
On Mon, 1 Sep 2014 09:31:23 +0100
Declan Doherty wrote:
> This patch set adds support for link status interrupt in the link bonding
> pmd. It also contains some patches to tidy up the code structure and to
> of the link bonding code and to fix bugs relating to transmission
> failures in the und
On Mon, Sep 1, 2014 at 5:24 AM, David Marchand
wrote:
> - Don't use DEBUGFUNC macro in non-shared code.
> - Don't use printf for logs.
> - We should avoid calling RTE_LOG directly as pmd provides a wrapper for
> logs.
>
> Signed-off-by: David Marchand
> ---
> lib/librte_pmd_i40e/i40e_ethdev.c
On Mon, Sep 1, 2014 at 5:24 AM, David Marchand
wrote:
> - We should not use DEBUGOUT* / DEBUGFUNC macros in non-shared code.
> These macros come as compat wrappers for shared code.
> - We should avoid calling RTE_LOG directly as pmd provides a wrapper for
> logs.
>
> Signed-off-by: David Marchand
Couple of minor nits noted. The bigger feedback would be that if you could
keep the "whitespace / line-wrapping / formatting" only changes in separate
patches, these reviews would be easier to get through.
Jay
On Mon, Sep 1, 2014 at 5:24 AM, David Marchand
wrote:
> Clean log messages:
> - remo
On Tue, Sep 2, 2014 at 9:05 PM, Jay Rolette wrote:
> Couple of minor nits noted. The bigger feedback would be that if you could
> keep the "whitespace / line-wrapping / formatting" only changes in separate
> patches, these reviews would be easier to get through.
>
Hum, indeed, I should have done
Self nack, forgot to remove the \n ...
--
David Marchand
On Mon, Sep 1, 2014 at 12:24 PM, David Marchand
wrote:
> Signed-off-by: David Marchand
> ---
> lib/librte_pmd_e1000/em_rxtx.c |4
> lib/librte_pmd_e1000/igb_rxtx.c | 14 ++
> 2 files changed, 18 insertions(+)
>
On Mon, Sep 1, 2014 at 5:24 AM, David Marchand
wrote:
> Clean log messages:
> - remove leading \n in some messages,
> - remove trailing \n in some messages,
> - split multi lines messages,
> - replace some PMD_INIT_LOG(DEBUG, "some_func") with PMD_INIT_FUNC_TRACE().
>
> Signed-off-by: David March
On Wed, Sep 03, 2014 at 03:29:16AM +0200, Thomas Monjalon wrote:
> > > Make ACL library to build/work on 'default' architecture:
Upon reading all the steps taken to implement the new multi-arch version of
the code, I had a funny feeling where each time I asked, "But... what if X???"
the next ste
On Wed, 3 Sep 2014 05:39:24 +
"Xie, Huawei" wrote:
> Thanks Tetsuya:
> Some of them are due to 80 character limitation. Is it ok to break the
> limitation for better indentation?
Many of these comments could just be removed or shortened.
Often removing comments makes code clearer and
29 matches
Mail list logo