Skip to content

Commit dd390a4

Browse files
author
Taras Keryk
committed
[BFN] Added the latest version of FPGA driver and modules
Signed-off-by: Taras Keryk <[email protected]>
1 parent 9282618 commit dd390a4

File tree

9 files changed

+344
-94
lines changed

9 files changed

+344
-94
lines changed

platform/barefoot/bfn-modules/modules/bf_ioctl.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
Barefoot Networks Switch ASIC Linux driver
33
Copyright(c) 2015 - 2019 Barefoot Networks, Inc.
4-
4+
55
This program is free software; you can redistribute it and/or modify it
66
under the terms and conditions of the GNU General Public License,
77
version 2, as published by the Free Software Foundation.
@@ -39,6 +39,7 @@ typedef uint64_t phys_addr_t;
3939

4040
#define BF_IOC_MAGIC 'b'
4141
#define BF_TBUS_MSIX_INDICES_MAX 3
42+
#define BF_TBUS_MSIX_INDICES_MIN 1
4243

4344
typedef struct bf_dma_bus_map_s
4445
{

0 commit comments

Comments
 (0)