net/virtio: allocate vrings on device NUMA node
[dpdk.git] / drivers / net / qede / base / ecore_status.h
index 6277bc8..b893f1d 100644 (file)
@@ -1,15 +1,14 @@
-/*
- * Copyright (c) 2016 QLogic Corporation.
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2016 - 2018 Cavium Inc.
  * All rights reserved.
- * www.qlogic.com
- *
- * See LICENSE.qede_pmd for copyright and licensing details.
+ * www.cavium.com
  */
 
 #ifndef __ECORE_STATUS_H__
 #define __ECORE_STATUS_H__
 
 enum _ecore_status_t {
+       ECORE_CONN_RESET = -13,
        ECORE_UNKNOWN_ERROR  = -12,
        ECORE_NORESOURCES        = -11,
        ECORE_NODEV   = -10,