Re: [vpp-dev] Regarding high speed I/O with kernel

2019-12-07 Thread Damjan Marion via Lists.Fd.Io
> 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

Re: [vpp-dev] Coverity run FAILED as of 2019-12-07 14:01:55 UTC

2019-12-07 Thread Ed Kern via Lists.Fd.Io
Hmm…website must have been briefly unavailable during the run this morning…seems ok now though after manual sandbox run. Ed Coverity run failed today. Current number of outstanding issues are 2 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/

[vpp-dev] Coverity run FAILED as of 2019-12-07 15:58:34 UTC

2019-12-07 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 2 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14834): ht

[vpp-dev] Coverity run FAILED as of 2019-12-07 14:01:55 UTC

2019-12-07 Thread Noreply Jenkins
Coverity run failed today. [Error replacing 'FILE' - Workspace is not accessible] -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14833): https://lists.fd.io/g/vpp-dev/message/14833 Mute This Topic: https://lists.fd.io/mt/67626387/21656 Group Owner:

[vpp-dev] A request for crypto framework

2019-12-07 Thread Zhang Yuwei
Hi Damjan, I am trying to use VPP crypto framework to accelerate a TLS engine and I found that all the parameters in crypto op are non-const but most of external components would like to use the function with const parameter(such as input, src, iv, etc). It is OK to be used by int

Re: [vpp-dev] Regarding high speed I/O with kernel

2019-12-07 Thread Prashant Upadhyaya
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