09/06/2022 09:09, Morten Brørup:
> > From: Stephen Hemminger [mailto:step...@networkplumber.org]
> > Sent: Wednesday, 8 June 2022 17.27
> >
> > On Wed, 8 Jun 2022 09:19:20 +0100
> > Konstantin Ananyev wrote:
> >
> > > 07/06/2022 18:17, Stephen Hemminger пишет:
> > > > The function rte_memcpy can
> From: Stephen Hemminger [mailto:step...@networkplumber.org]
> Sent: Wednesday, 8 June 2022 17.27
>
> On Wed, 8 Jun 2022 09:19:20 +0100
> Konstantin Ananyev wrote:
>
> > 07/06/2022 18:17, Stephen Hemminger пишет:
> > > The function rte_memcpy can derference past source buffer which
> > > will c
On Wed, 8 Jun 2022 09:19:20 +0100
Konstantin Ananyev wrote:
> 07/06/2022 18:17, Stephen Hemminger пишет:
> > The function rte_memcpy can derference past source buffer which
> > will cause array out of bounds warnings. But there is no good reason
> > to use rte_memcpy instead of memcpy in this cod
07/06/2022 18:17, Stephen Hemminger пишет:
The function rte_memcpy can derference past source buffer which
will cause array out of bounds warnings. But there is no good reason
to use rte_memcpy instead of memcpy in this code. Memcpy is just
as fast for these small inputs, and compiler will optimi
The function rte_memcpy can derference past source buffer which
will cause array out of bounds warnings. But there is no good reason
to use rte_memcpy instead of memcpy in this code. Memcpy is just
as fast for these small inputs, and compiler will optimize.
Signed-off-by: Stephen Hemminger
---
l
5 matches
Mail list logo