On 5 September 2018 at 05:28, Tiwei Bie wrote:
> Deadlock can occur when allocating memory if a vhost-kernel
> based virtio-user device is in use. To fix the deadlock,
> we will take memory hotplug lock explicitly in virtio-user
> when necessary, and always call the _thread_unsafe memory
> functio
On Mon, 27 Aug 2018 at 10:15, Burakov, Anatoly
wrote:
>
> On 24-Aug-18 4:51 PM, Sean Harte wrote:
> > On Fri, 24 Aug 2018 at 16:19, Burakov, Anatoly
> > wrote:
> >>
> >> On 24-Aug-18 11:41 AM, Burakov, Anatoly wrote:
> >>> On 24-Aug-18 10:35 AM, Ti
e:
> >>>> On Thu, Aug 23, 2018 at 03:01:30PM +0100, Burakov, Anatoly wrote:
> >>>>> On 23-Aug-18 12:19 PM, Sean Harte wrote:
> >>>>>> On Thu, 23 Aug 2018 at 10:05, Burakov, Anatoly
> >>>>>> wrote:
> >>>>
On Thu, 23 Aug 2018 at 15:01, Burakov, Anatoly
wrote:
>
> On 23-Aug-18 12:19 PM, Sean Harte wrote:
> > On Thu, 23 Aug 2018 at 10:05, Burakov, Anatoly
> > wrote:
> >>
> >> On 23-Aug-18 3:57 AM, Tiwei Bie wrote:
> >>> Deadlock can occur when alloca
On Thu, 23 Aug 2018 at 10:05, Burakov, Anatoly
wrote:
>
> On 23-Aug-18 3:57 AM, Tiwei Bie wrote:
> > Deadlock can occur when allocating memory if a vhost-kernel
> > based virtio-user device is in use. Besides, it's possible
> > to have much more than 64 non-contiguous hugepage backed
> > memory re
On 9 January 2018 at 14:18, Liang Ma wrote:
> OPDL ring is the core infrastructure of OPDL PMD. OPDL ring library
> provide the core data structure and core helper function set. The Ring
> implements a single ring multi-port/stage pipelined packet distribution
> mechanism. This mechanism has the f
On 22 December 2017 at 11:23, Liang Ma wrote:
>
> OPDL ring is the core infrastructure of OPDL PMD. OPDL ring library
> provide the core data structure and core helper function set. The Ring
> implements a single ring multi-port/stage pipelined packet distribution
> mechanism. This mechanism has t
On 5 October 2017 at 09:14, Beilei Xing wrote:
> This patch adds GTP, GTPC and GTPU items for
> generic flow API, and also exposes item fields
> through the flow command.
>
> Signed-off-by: Beilei Xing
> Acked-by: Adrien Mazarguil
> Acked-by: Jingjing Wu
> ---
> app/test-pmd/cmdline_flow.c
On 5 October 2017 at 09:14, Beilei Xing wrote:
> This patch adds FDIR support for GTP-C and GTP-U. The
> input set of GTP-C and GTP-U is TEID.
>
> Signed-off-by: Beilei Xing
> ---
> drivers/net/i40e/i40e_ethdev.h | 30 +
> drivers/net/i40e/i40e_fdir.c | 216 ---
On 5 October 2017 at 09:14, Beilei Xing wrote:
> Add support of GTP-C and GTP-U tunnels in rte_net_get_ptype().
>
> Signed-off-by: Beilei Xing
> Acked-by: Olivier Matz
> ---
> lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++
> lib/librte_mbuf/rte_mbuf_ptype.h | 32
> 2
On 2 October 2017 at 13:27, Adrien Mazarguil wrote:
> On Fri, Sep 29, 2017 at 10:29:55AM +0100, Sean Harte wrote:
>> On 29 September 2017 at 09:54, Xing, Beilei wrote:
>
>> >> > /**
>> >> > + * RTE_FLOW_ITEM_TYPE_GTP.
>> >> > + *
>>
On 29 September 2017 at 10:33, Xing, Beilei wrote:
>
>
>> -Original Message-----
>> From: Sean Harte [mailto:sea...@gmail.com]
>> Sent: Friday, September 29, 2017 4:15 PM
>> To: Xing, Beilei
>> Cc: Wu, Jingjing ; Chilikin, Andrey
>> ; dev@dpdk.or
On 29 September 2017 at 09:54, Xing, Beilei wrote:
>
>
>> -Original Message-----
>> From: Sean Harte [mailto:sea...@gmail.com]
>> Sent: Friday, September 29, 2017 4:15 PM
>> To: Xing, Beilei
>> Cc: Wu, Jingjing ; Chilikin, Andrey
>> ; dev@dpdk.or
On 29 September 2017 at 06:19, Beilei Xing wrote:
> This patch adds FDIR support for GTP-C and GTP-U. The
> input set of GTP-C and GTP-U is TEID.
>
> Signed-off-by: Beilei Xing
> ---
> drivers/net/i40e/i40e_ethdev.h | 30 +
> drivers/net/i40e/i40e_fdir.c | 200 ++--
On 29 September 2017 at 06:18, Beilei Xing wrote:
> This patch adds GTP, GTPC and GTPU items for
> generic flow API, and also exposes item fields
> through the flow command.
>
> Signed-off-by: Beilei Xing
> Acked-by: Adrien Mazarguil
> ---
> app/test-pmd/cmdline_flow.c | 40
On 29 September 2017 at 06:18, Beilei Xing wrote:
> Add support of GTP-C and GTP-U tunnels in rte_net_get_ptype().
>
> Signed-off-by: Beilei Xing
> Acked-by: Olivier Matz
> ---
> lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++
> lib/librte_mbuf/rte_mbuf_ptype.h | 24
> 2 file
On 28 September 2017 at 09:13, Beilei Xing wrote:
> This patch adds GTP, GTPC and GTPU items for
> generic flow API, and also exposes item fields
> through the flow command.
>
> Signed-off-by: Beilei Xing
> Acked-by: Adrien Mazarguil
> ---
> app/test-pmd/cmdline_flow.c | 40
Ensure that the port field is set in mbufs received from the null PMD.
Signed-off-by: Sean Harte
---
drivers/net/null/rte_eth_null.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/net/null/rte_eth_null.c b/drivers/net/null/rte_eth_null.c
index 5e8e203..ab440f3 100644
--- a
18 matches
Mail list logo