Re: [PATCH v4 2/4] net/macb: add new poll mode driver

2025-04-16 Thread Stephen Hemminger
On Wed, 2 Apr 2025 06:58:56 + liwencheng wrote: > + > +struct __rte_cache_aligned macb_rx_queue_stats { > + union { > + unsigned long first; > + unsigned long rx_packets; > + }; > + unsigned long rx_bytes; > + unsigned long rx_dropped; > +}; > + > +str

Re: [PATCH v4 2/4] net/macb: add new poll mode driver

2025-04-02 Thread Stephen Hemminger
On Wed, 2 Apr 2025 06:58:56 + liwencheng wrote: > add Phytium NIC MACB ethdev PMD driver. > > v4: > * Changed functions that always return 0 and whose return value > is unused to void type, improving code simplicity and readability. > * Fixed the implicit conversion issues in the > macb_usx

Re: [PATCH v4 2/4] net/macb: add new poll mode driver

2025-04-02 Thread Stephen Hemminger
On Wed, 2 Apr 2025 06:58:56 + liwencheng wrote: > add Phytium NIC MACB ethdev PMD driver. > > v4: > * Changed functions that always return 0 and whose return value > is unused to void type, improving code simplicity and readability. > * Fixed the implicit conversion issues in the > macb_usx