> > +/* XXX Why is this not generic in RTE? */ > > +static int > > +hn_dev_atomic_write_link_status(struct rte_eth_dev *dev, > > + struct rte_eth_link *link) > > +{ > > It is indeed generic now thanks to you :) > Can you switch to your generic functions?
Will change in v4. This driver has been developed on older source predating this.