Change PMD link down to warning instead of panic error 67/34667/1
authorDeepak S <deepak.s@linux.intel.com>
Fri, 12 May 2017 10:45:44 +0000 (16:15 +0530)
committerDeepak S <deepak.s@linux.intel.com>
Fri, 12 May 2017 10:49:04 +0000 (16:19 +0530)
commit141750af33aad7f3be186e0795d543b2b2f8a09d
tree9a5127c177892ce25df266b6cc406d731dbf809c
parentd285aad4646fa45d7efa4a4c04ae6a98df5d9ec8
Change PMD link down to warning instead of panic error

On SRIOV/OVS, NIC interface link always be UP. But to set the IP, we
need to bring down the interface. This patch allows the program to
continue after printing warning.

Change-Id: I79212f4d71501af5f3065143e067a22855a5fde6
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
common/VIL/l2l3_stack/interface.c