Re: [PATCH net-next] liquidio: Resolved mbox read issue while reading more than one 64bit data

2018-03-08 Thread David Miller
From: Felix Manlunas Date: Wed, 7 Mar 2018 22:12:24 -0800 > From: Intiyaz Basha > > Corrected length check when data received in the mbox is more than one > 64 bit data value > > Signed-off-by: Intiyaz Basha > Signed-off-by: Felix Manlunas Applied.

[PATCH net-next] liquidio: Resolved mbox read issue while reading more than one 64bit data

2018-03-07 Thread Felix Manlunas
From: Intiyaz Basha Corrected length check when data received in the mbox is more than one 64 bit data value Signed-off-by: Intiyaz Basha Signed-off-by: Felix Manlunas --- drivers/net/ethernet/cavium/liquidio/octeon_mailbox.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --