Re: [dpdk-dev] rte_ether_addr_copy() strange comment

2020-06-26 Thread Stephen Hemminger
ev, Konstantin > > > > Subject: Re: [dpdk-dev] rte_ether_addr_copy() strange comment > > > > On 6/26/2020 1:41 PM, Van Haaren, Harry wrote: > > >> -Original Message- > > > > > > PS: For extra bonus points, here's a SIMD vers

Re: [dpdk-dev] rte_ether_addr_copy() strange comment

2020-06-26 Thread Van Haaren, Harry
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, June 26, 2020 4:54 PM > To: Van Haaren, Harry ; Morten Brørup > ; dev@dpdk.org > Cc: Olivier Matz ; Ananyev, Konstantin > > Subject: Re: [dpdk-dev] rte_ether_addr_copy() strange comment > > On

Re: [dpdk-dev] rte_ether_addr_copy() strange comment

2020-06-26 Thread Ferruh Yigit
On 6/26/2020 1:41 PM, Van Haaren, Harry wrote: >> -Original Message- >> From: Yigit, Ferruh >> Sent: Friday, June 26, 2020 1:08 PM >> To: Morten Brørup ; dev@dpdk.org >> Cc: Olivier Matz ; Van Haaren, Harry >> ; Ananyev, Konstantin >> >

Re: [dpdk-dev] rte_ether_addr_copy() strange comment

2020-06-26 Thread Jerin Jacob
On Fri, Jun 26, 2020 at 6:05 PM Morten Brørup wrote: > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > > Sent: Friday, June 26, 2020 2:08 PM > > > > On 6/25/2020 4:45 PM, Morten Brørup wrote: > > > The function rte_ether_addr_copy() checks for __INTEL_COMPILER and > > has

Re: [dpdk-dev] rte_ether_addr_copy() strange comment

2020-06-26 Thread Van Haaren, Harry
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, June 26, 2020 1:08 PM > To: Morten Brørup ; dev@dpdk.org > Cc: Olivier Matz ; Van Haaren, Harry > ; Ananyev, Konstantin > > Subject: Re: [dpdk-dev] rte_ether_addr_copy() strange comment > > On 6/

Re: [dpdk-dev] rte_ether_addr_copy() strange comment

2020-06-26 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Friday, June 26, 2020 2:08 PM > > On 6/25/2020 4:45 PM, Morten Brørup wrote: > > The function rte_ether_addr_copy() checks for __INTEL_COMPILER and > has a comment about "a strange gcc warning". It says: > > > > static inl

Re: [dpdk-dev] rte_ether_addr_copy() strange comment

2020-06-26 Thread Ferruh Yigit
On 6/25/2020 4:45 PM, Morten Brørup wrote: > The function rte_ether_addr_copy() checks for __INTEL_COMPILER and has a > comment about "a strange gcc warning". It says: > > static inline void rte_ether_addr_copy(const struct rte_ether_addr *ea_from, > struct rte_et

[dpdk-dev] rte_ether_addr_copy() strange comment

2020-06-25 Thread Morten Brørup
The function rte_ether_addr_copy() checks for __INTEL_COMPILER and has a comment about "a strange gcc warning". It says: static inline void rte_ether_addr_copy(const struct rte_ether_addr *ea_from, struct rte_ether_addr *ea_to) { #ifdef __INTEL_COMPILER