misc: remove useless assignment 54/28454/1
authorDave Barach <dave@barachs.net>
Tue, 12 May 2020 20:43:10 +0000 (16:43 -0400)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 18 Aug 2020 09:54:56 +0000 (09:54 +0000)
Type: fix

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: I7708587804bc979fa9c46fb11f96d264821e2357
(cherry picked from commit 9a099b6e503659473cbdb8585f823c3c3d83f34e)

extras/vpp_config/vpplib/AutoConfig.py

index c477710..c287c5b 100644 (file)
@@ -507,7 +507,6 @@ class AutoConfig(object):
         total_mbufs = (((rx_queues * desc_entries) +
                         (tx_queues * desc_entries)) *
                        total_ports_per_numa)
-        total_mbufs = total_mbufs
 
         return total_mbufs