diff options
author | Damjan Marion <damarion@cisco.com> | 2019-02-09 23:29:26 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2019-02-09 23:29:26 +0100 |
commit | 8934a04596d1421c35b194949b2027ca1fe71aef (patch) | |
tree | 9506a0f986a04112bcdae86a06834cc571c13841 /src/plugins/marvell/pp2/pp2.c | |
parent | 54a51fd5869c3451096e6512a927ff864855a24f (diff) |
buffers: fix typo
Change-Id: I4e836244409c98739a13092ee252542a2c5fe259
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/plugins/marvell/pp2/pp2.c')
-rw-r--r-- | src/plugins/marvell/pp2/pp2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/marvell/pp2/pp2.c b/src/plugins/marvell/pp2/pp2.c index d84d12ffa45..d40b9ec7dd6 100644 --- a/src/plugins/marvell/pp2/pp2.c +++ b/src/plugins/marvell/pp2/pp2.c @@ -244,7 +244,7 @@ mrvl_pp2_create_if (mrvl_pp2_create_if_args_t * args) /* FIXME bpool bit select per pp */ s = format (s, "pool-%d:%d%c", pp2_id, pp2_id + 8, 0); bpool_params.match = (char *) s; - bpool_params.buff_len = vlib_bufer_get_default_size (vm); + bpool_params.buff_len = vlib_buffer_get_default_data_size (vm); /* FIXME +64 ? */ if (pp2_bpool_init (&bpool_params, &ppif->inqs[0].bpool)) { |