net_pkt: Data buffer (42) allocation failed

Hello, 

we have a 7002 module working on our custom 5340 board.  It can connect to our 2.4 GHz network and perform some initial network tests.

I am getting net_pkt errors and net_con warnings periodically after it has made a connection to our access point and is just maintaining the connection.

[00:00:24.758,972] <err> net_pkt: Data buffer (42) allocation failed.
[00:00:24.760,345] <err> net_pkt: Data buffer (42) allocation failed.
[00:00:24.762,207] <err> net_pkt: Data buffer (42) allocation failed.
[00:00:24.841,705] <err> net_pkt: Data buffer (1499) allocation failed.
[00:00:24.841,735] <wrn> net_conn: pkt cloning failed, pkt 0x200401f0 dropped
[00:00:31.106,506] <err> net_pkt: Data buffer (1359) allocation failed.
[00:00:31.193,420] <err> net_pkt: Data buffer (1499) allocation failed.
[00:00:31.193,450] <wrn> net_conn: pkt cloning failed, pkt 0x20040234 dropped
[00:00:37.663,177] <err> net_pkt: Data buffer (1359) allocation failed.
[00:00:37.663,665] <err> net_pkt: Data buffer (42) allocation failed.
[00:00:37.665,039] <err> net_pkt: Data buffer (42) allocation failed.
[00:00:37.665,496] <err> net_pkt: Data buffer (42) allocation failed.
[00:00:37.751,739] <err> net_pkt: Data buffer (1499) allocation failed.
[00:00:37.751,770] <wrn> net_conn: pkt cloning failed, pkt 0x20040234 dropped

The memory allocation settings in our .conf file are:

CONFIG_NET_TX_STACK_SIZE=4096
CONFIG_NET_RX_STACK_SIZE=4096
CONFIG_NET_MGMT_EVENT_STACK_SIZE=2048
CONFIG_HEAP_MEM_POOL_SIZE=153600
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_SHELL_STACK_SIZE=4096
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
We do not have any applications that are trying to send or receive IP messages using the stack, any activity would be normal Wi-Fi AP actions or maybe the DHCP client. 
How should I resolve these log warnings and errors?
BR
Related