Shubham Dighe
                                            Shubham Dighe
                                        
                                    Seems like many OS X users have faced the same issue ( [requests/issues/3006](https://github.com/requests/requests/issues/3006) ). Can you try installing the `ndg-httpsclient` python package. i.e. `pip install ndg-httpsclient`
@ssc1010 Did you have any luck with this issue: running multiple processes using QDMA and DPDK? I'm also running into a segmentation fault while executing the `rte_eth_rx_burst` call. Thanks!
@shuihan0555 I was able to resolve this using this fix in [qdma_devops.c](https://github.com/digaru19/dma_ip_drivers/commit/90483bb2b6626775420cd4ec800731ef7028aea9). I am able to receive packets in both primary and secondary processes now. Although, this is an experimental...