Re: [PATCH 23/24] fcoe: correct sending FIP VLAN packets on VLAN 0

2016-10-14 Thread Bart Van Assche
On 10/13/2016 06:10 AM, Hannes Reinecke wrote: The FIP VLAN frame consists of an ethernet header followed by the FIP VLAN frame, so we need to skip the ethernet header if we want to check the FIP opcode. Reviewed-by: Bart Van Assche -- To unsubscribe from this list: send the line "unsubscribe

[PATCH 23/24] fcoe: correct sending FIP VLAN packets on VLAN 0

2016-10-13 Thread Hannes Reinecke
The FIP VLAN frame consists of an ethernet header followed by the FIP VLAN frame, so we need to skip the ethernet header if we want to check the FIP opcode. Signed-off-by: Hannes Reinecke --- drivers/scsi/fcoe/fcoe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/s