Sounds good. Thanks Ben for the response!
On Tue, Dec 10, 2019 at 5:00 PM Benoit Ganne (bganne)
wrote:
> Hi,
>
> > I have used below CLI's to create rdma interfaces over Mellanox , Can you
> > suggest what set of CLi's I should use so that packets from rdma will
> also
> > have mbuff fields se
Hi,
> I have used below CLI's to create rdma interfaces over Mellanox , Can you
> suggest what set of CLi's I should use so that packets from rdma will also
> have mbuff fields set properly , so that we can directly right on KNI?
You do not have to. Just create a KNI interface in VPP with the DPD
Hi Damjan,
I have used below CLI's to create rdma interfaces over Mellanox , Can you
suggest what set of CLi's I should use so that packets from rdma will also
have mbuff fields set properly , so that we can directly right on KNI?
create interface rdma host-if ens2f0 name device_9/0/0
create inte
> On 7 Dec 2019, at 04:46, Prashant Upadhyaya wrote:
>
> On Fri, Dec 6, 2019 at 9:32 PM Damjan Marion wrote:
>>
>>
>>
On 6 Dec 2019, at 07:16, Prashant Upadhyaya wrote:
>>>
>>> Hi,
>>>
>>> I use VPP with DPDK driver for I/O with NIC.
>>> For high speed switching of packets to and f
On Fri, Dec 6, 2019 at 9:32 PM Damjan Marion wrote:
>
>
>
> > On 6 Dec 2019, at 07:16, Prashant Upadhyaya wrote:
> >
> > Hi,
> >
> > I use VPP with DPDK driver for I/O with NIC.
> > For high speed switching of packets to and from kernel, I use DPDK KNI
> > (kernel module and user space API's prov
> On 6 Dec 2019, at 07:16, Prashant Upadhyaya wrote:
>
> Hi,
>
> I use VPP with DPDK driver for I/O with NIC.
> For high speed switching of packets to and from kernel, I use DPDK KNI
> (kernel module and user space API's provided by DPDK)
> This works well because the vlib buffer is backed by
Hi,
I use VPP with DPDK driver for I/O with NIC.
For high speed switching of packets to and from kernel, I use DPDK KNI
(kernel module and user space API's provided by DPDK)
This works well because the vlib buffer is backed by the DPDK mbuf
(KNI uses DPDK mbuf's)
Now, if I choose to use a native