mbox series

[v2,0/2] can: bcm: can: bcm: random optimizations

Message ID cover.1663206163.git.william.xuanziyang@huawei.com (mailing list archive)
Headers show
Series can: bcm: can: bcm: random optimizations | expand

Message

Ziyang Xuan (William) Sept. 15, 2022, 1:55 a.m. UTC
Do some small optimization for can_bcm.

---
v2:
  - Continue to update currframe when can_send() failed in patch 2.
  - Remove ‘Fixes’ tag in patch 2.

Ziyang Xuan (2):
  can: bcm: registration process optimization in bcm_module_init()
  can: bcm: check the result of can_send() in bcm_can_tx()

 net/can/bcm.c | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

Comments

Oliver Hartkopp Sept. 15, 2022, 5:21 a.m. UTC | #1
On 15.09.22 03:55, Ziyang Xuan wrote:
> Do some small optimization for can_bcm.
> 
> ---
> v2:
>    - Continue to update currframe when can_send() failed in patch 2.
>    - Remove ‘Fixes’ tag in patch 2.

For this series:

Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>

Many Thanks!

> 
> Ziyang Xuan (2):
>    can: bcm: registration process optimization in bcm_module_init()
>    can: bcm: check the result of can_send() in bcm_can_tx()
> 
>   net/can/bcm.c | 25 +++++++++++++++++++------
>   1 file changed, 19 insertions(+), 6 deletions(-)
>
Marc Kleine-Budde Sept. 23, 2022, 12:12 p.m. UTC | #2
On 15.09.2022 09:55:54, Ziyang Xuan wrote:
> Do some small optimization for can_bcm.

Applied to linux-can-next.

Thanks,
Marc