On 2020/6/23 6:08, Jakub Kicinski wrote: >> + if (coal->tx_max_coalesced_frames > COALESCE_MAX_PENDING_LIMIT) { >> + netif_err(nic_dev, drv, netdev, >> + "Tx_max_coalesced_frames out of range[%d-%d]\n", 0, >> + COALESCE_MAX_PENDING_LIMIT); >> + return -EOPNOTSUPP; >> + } >> + >> + return 0; >> +} > I think ERANGE is a more appropriate error code in these? Will fix. Thanks for your review.
- Re: [PATCH net-next v1 2/5] hinic: add support to set and g... Jakub Kicinski
- Re: [PATCH net-next v1 2/5] hinic: add support to set ... luobin (L)
- Re: [PATCH net-next v1 2/5] hinic: add support to set ... Jakub Kicinski
- Re: [PATCH net-next v1 2/5] hinic: add support to ... luobin (L)