> 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
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/
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
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:
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
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